﻿.swiper-top .swiper-slide img:nth-child(2){
	display: none;
}
.show-s,.m-nav-btn{
	display: none!important;
}
@media screen and (max-width: 700px) {
	body,html{
		font-size: 32px;
	}
	.show-s,.m-nav-btn{
		display: block!important;
	}
	.hidden-s{
		display: none!important;
	}
	.swiper-top .swiper-slide img:first-child{
		display: none;
	}
	.swiper-top .swiper-slide img:nth-child(2){
		display: block;
	}
	.copyright .container{
		flex-direction: column;
	}
	.index-title .title::before{
		bottom: -0.36rem;
	}
	.about-main{
		top: 0;
	}
	.about-main img{
		height: 10rem;
	}
	.list-pic video{
		height:180px!important;
	}
	.page-label ul{
		flex-wrap: wrap;
	}
	.page-label ul li{
		margin-bottom: 15px;
	}
	/*头部*/
	.header{
		position: static;
		background-color: #fff;
		color: #000;
	}
	.header .logo img:first-child{
		display: block!important;
	}
	.header .logo img:nth-child(2){
		display: none;
	}
	/*手机导航*/
	.header{
		position: relative;
		padding:5px 10px;
	}
	.m-nav-btn{
		display: block;
		position: absolute;
		right: 16px;
		top: 8px;
		font-size: 32px!important;
		color: #90C31F;
		font-weight: 900;
	}
	.m-nav{
		position: absolute;
		top: 100%;
		width: 100%;
		left: -100%;
		display: block;
		overflow: hidden;
		z-index: 9999;
		transition: all .35s ease-in-out;
	}
	.m-nav p a{
		display: block;
		border-top: 1px solid rgba(255,255,255,.2);
		background-color: #90c31f;
		font-size: 15px;
		line-height: 3;
		padding-left: 10px;
		color: #fff;
	}
	
	.m-fixed-list{
		position: fixed;
		bottom: 30px;
		left: 15px;
		width: calc(100% - 30px);
		z-index: 99999;
	}
	.m-fixed-list ul{
		background-color: rgba(0,0,0,.5);
		border-radius: 40px;
		display: flex;
		overflow: hidden;
	}
	.m-fixed-list ul li{
		flex: 1;
		text-align: center;
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.m-fixed-list ul li:hover{
		background-color: #90C31F;
	}
	.m-fixed-list ul li .iconfont{
		display: inline-block;
		font-size: 20px;
		line-height: 40px;
		color: #fff;
	}
}